4D Chart v13CT GET LABEL ATTRIBUTES |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Chart v13
CT GET LABEL ATTRIBUTES
CT GET LABEL ATTRIBUTES
The CT GET LABEL ATTRIBUTES command returns in the position, orientation, and format parameters the attributes for the label of the axis specified by area, object, and axis. position is the position of the axis labels relative to the graph. orientation is the orientation of each label. The following label orientations are available for each axis: format is the display format for the label text. When the display format is “General”, an empty string "" is returned in the format parameter. For more information on the special characters used in display formats, see the 4D Design Reference manual. The optional frequency parameter receives the label display frequency for the series or categories axis. This parameter returns the number of categories/series of the graph for which only one label is displayed. By default, this parameter returns 1(all labels are displayed). If the axis is the Values axis, frequency returns the value -32000. For information on setting the frequency parameter, see the description of the CT SET LABEL ATTRIBUTES command. Note: To get the text attributes of axis labels, use the CT GET CHART TEXT ATTRIBUTES command This example returns the category axis label attributes for the chart specified by $ChartID in the $Position, $Orient, and $Format parameters. CT GET LABEL ATTRIBUTES(Area;$ChartID;0;$Position;$Orient;$Format) |
PROPERTIES
Product: 4D Chart
INDEX HISTORY
Created: 4D Chart 1 SEE ALSO
CT GET CHART TEXT ATTRIBUTES |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||